Position actuelle: Accueil> Catégories de fonctions> tanh

tanh

Tangente hyperbolique
Nom:tanh
Catégorie:mathématiques
Langage de programmation:php
Description en une ligne:Tangent hyperbolique.

Définition et utilisation

tanh() renvoie une tangente hyperbolique.

Exemple

Dans cet exemple, nous retournerons une tangente hyperbolique pour différents nombres:

 <? Php
echo ( tanh ( m_pi_4 ) ) ;
echo ( tanh ( 0,50 ) ) ;
echo ( tanh ( - 0,50 ) ) ;
echo ( tanh ( 5 ) ) ;
Echo ( Tanh ( 10 ) ) ;
echo ( tanh ( - 5 ) ) ;
echo ( tanh ( - 10 ) )
?>

Essayez-le vous-même

grammaire

 Tanh ( x )
paramètre décrire
x Requis. Un nombre.

illustrer

Renvoie la valeur tangente hyperbolique de x , définie comme Sinh (arg) / cosh (arg).

Fonctions similaires
  • Cosinus antihyperbolique acosh

    acosh

    Cosinusantihyperboli
  • Convertir le binaire en décimal bindec

    bindec

    Convertirlebinaireen
  • Générateur congruent linéaire combiné lcg_value

    lcg_value

    Générateurcongruentl
  • Trouver la valeur maximale max

    max

    Trouverlavaleurmaxim
  • Sinus sin

    sin

    Sinus
  • Calculez l'indice de E exp

    exp

    Calculezl'indice
  • Générer un entier aléatoire rand

    rand

    Générerunentieraléat
  • Générer de meilleurs nombres aléatoires mt_rand

    mt_rand

    Générerdemeilleursno
Articles populaires